simple_quarto_website

1 Executive Summary

This page demonstrates key Quarto/Markdown features requested for the assignment, including headings, two-column layout, lists, tables, math, images, video, a Mermaid diagram, a block quote, a footnote, and a citation (e.g., see Vaswani et al. (2017); also Athey and Imbens (2019)). Inline math example: the pythagorean theorem \(a^2 + b^2 = c^2\) is a critical function in geometry.1

“Everything can be taken from a man but one thing: the last of the human freedoms — to choose one’s attitude in any given set of circumstances, to choose one’s own way.” — Viktor Frankl

1.1 Objectives

  • Establish a clear project narrative and scope
  • Present core artifacts (tables, figures, diagrams)
  • Demonstrate technical writing conventions and citations
  • Provide professional visuals and media embeds

1.1.1 Key Deliverables

  1. Structured content with headers
  2. Two-column formatted text
  3. Bullet lists for clarity
  4. A markdown table with metrics
  5. Inline and display LaTeX equations
  6. Footnote references2
  7. Quotations and citations
  8. Two images (side-by-side)
  9. One embedded video
  10. A Mermaid diagram

1.2 Two-Column Overview

1.2.1 Background

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo.

  • Stakeholder alignment
  • Milestone planning
  • Risk identification
  • KPI definition

1.2.2 Approach

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus. Praesent blandit laoreet nibh, fermentum ultrices mi efficitur vitae.

  1. Define scope and success metrics
  2. Collect and clean data
  3. Build baseline model
  4. Iterate, validate, and deploy

1.3 Illustrative Table

Metric Q1 Q2 Q3 Q4
Revenue (Dollars) 12.4 14.1 15.0 16.8
Gross Margin (Percentage) 48.2 49.0 50.1 51.3
CAC (Dollars) 120 118 112 109
LTV/CAC (×) 3.2 3.4 3.6 3.9

Display math example (linear regression model with OLS estimators):

\[ y_i = \beta_0 + \beta_1 x_{i1} + \beta_2 x_{i2} + \cdots + \beta_k x_{ik} + u_i, \quad \text{where} \quad \hat{\boldsymbol{\beta}} = (X'X)^{-1} X'y \]

1.4 Images (Side-by-Side)

Field of flowers in Patagonia

Glacier in Patagonia

1.5 Embedded Video (Nature Documentary)

1.6 Mermaid Diagram

flowchart LR
  A[Square] --> B(Not a Square)
  B --> C{Diamond}
  C --> D[To be]
  C --> E[or not to be]

A Mermaid diagram

1.7 References & Notes

This section demonstrates an in-text citation to my .bib file (e.g., Vaswani et al. (2017); Athey and Imbens (2019)).

References

Athey, Susan, and Guido W Imbens. 2019. “Machine Learning Methods That Economists Should Know About.” Annual Review of Economics 11 (1): 685–725.
Vaswani, Ashish, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. 2017. “Attention Is All You Need.” Advances in Neural Information Processing Systems 30.

Footnotes

  1. This page is constructed to satisfy specific formatting requirements: headers, two columns, lists, table, math (inline and display), TOC (enabled in YAML), footnote, quote, images, video, Mermaid diagram, and at least one .bib citation.↩︎

  2. This page is constructed to satisfy specific formatting requirements: headers, two columns, lists, table, math (inline and display), TOC (enabled in YAML), footnote, quote, images, video, Mermaid diagram, and at least one .bib citation.↩︎